Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify "length" wording in Vec::with_capacity. #49452

Merged
merged 1 commit into from
Mar 29, 2018

Conversation

frewsxcv
Copy link
Member

@frewsxcv frewsxcv commented Mar 28, 2018

Fixes #49448.

@frewsxcv
Copy link
Member Author

r? @rust-lang/docs

@steveklabnik
Copy link
Member

This looks good to me, but if someone from @rust-lang/libs could sign off as well, that'd be great.

Copy link
Member

@dtolnay dtolnay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is correct. Thank you!

@dtolnay
Copy link
Member

dtolnay commented Mar 28, 2018

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Mar 28, 2018

📌 Commit 0d15a3e has been approved by dtolnay

@bors bors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Mar 28, 2018
kennytm added a commit to kennytm/rust that referenced this pull request Mar 28, 2018
…olnay

Clarify "length" wording in `Vec::with_capacity`.

Fixes rust-lang#49448.
bors added a commit that referenced this pull request Mar 28, 2018
Rollup of 12 pull requests

- Successful merges: #49243, #49329, #49364, #49400, #49405, #49427, #49428, #49429, #49439, #49442, #49444, #49452
- Failed merges:
@bors bors merged commit 0d15a3e into rust-lang:master Mar 29, 2018
@dtolnay dtolnay self-assigned this Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve documentation for std::vec::Vec::with_capacity
4 participants